Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go deps #72

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Update go deps #72

merged 1 commit into from
Oct 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/Eyevinn/mp4ff require minor v0.35.0 -> v0.39.0
github.com/pion/interceptor require patch v0.1.18 -> v0.1.24
github.com/pion/rtp require patch v1.8.1 -> v1.8.2
github.com/pion/webrtc/v3 require patch v3.2.20 -> v3.2.21
github.com/prometheus/client_golang require minor v1.16.0 -> v1.17.0
github.com/sirupsen/logrus require patch v1.9.0 -> v1.9.3
github.com/urfave/cli/v2 require patch v2.25.1 -> v2.25.7
github.com/yutopp/go-flv require minor v0.2.0 -> v0.3.1
golang.org/x/image require minor v0.7.0 -> v0.13.0
google.golang.org/grpc require minor v1.58.3 -> v1.59.0

Release Notes

Eyevinn/mp4ff (github.com/Eyevinn/mp4ff)

v0.39.0

Compare Source

Changed
  • TfraEntry Time and MoofOffset types changed to unsigned
  • TfraEntr attribute name SampleDelta corrected to SampleNumber
Added
  • MediaSegment and Fragment have new StartPos attribute
  • mp4.File now has Mfra pointer
  • MfraBox has new method FindEntry
  • MediaSegment, Fragment, and Trun method CommonSampleDuration
  • Added two MSS UUID constants
Fixed
  • mp4ff-wvttlister works with Unified Streaming wvtt ismt file
  • Fragment.GetFullSamples() allows tfdt to be absent
  • Fragment.GetFullSamples() defaults to offset being moof
  • mp4ff-wvttlister works for Unified Streaming wvtt asset
  • mp4crop now crops elst entries
  • mp4crop now handles multiple sample durations correctly
  • HEVC SPS parsing details

v0.38.1

Compare Source

Fixed
  • ReadMP4File() failed when mfro not present

v0.38.0

Compare Source

Added
  • Loudness boxes ludt, tlou, and alou
  • Description boxes desc, ©cpy, ©nam, ©ART boxes
  • GenericContainerBox struct
  • new DecFileFlags provide option to DecodeFile to look for mfra box
Changed
  • Made ©too use GenericContainerBox
  • SidxBox got new attribute AnchorPoint
Fixed
  • DecodeFile uses sidx or mfra data to find segment boundaries

v0.37.0

Compare Source

Added
  • Pointer to stpp sample entry in StsdBox
  • Doc strings for pointers in StsdBox
Fixed
  • discard of parsing HEVC SPS data
  • SttsBox.GetSampleNrAtTime now supports a final zero sample duration

v0.36.0

Compare Source

Changed
  • SEI NAL unit parser reports ErrRbspTrailingBitsMissing error together with NAL units
  • mp4ff-nallister reports error and SEI data when rbsp_trailing_bits are missing
  • AVC SPS HRD parameter name corrected to DpbOutputDelayLengthMinus1
Fixed
  • Add WriteFlag method to SliceWriter interface (present in FixedSliceWriter)
  • Parsing of AVC SEI pic_timing with HRD parameters
  • mp4ff-nallister handles AVC SEI pic_timing with HRD parameters if SPS is present
  • fix error in TimeOffset output of SEI 136
Added
  • Support for SEI message 1 pic_timing for AVC
  • Example combine-segs that shows how to multiplex init and media segments into multi-track segments
pion/interceptor (github.com/pion/interceptor)

v0.1.24

Compare Source

What's Changed

Full Changelog: pion/interceptor@v0.1.23...v0.1.24

v0.1.23

Compare Source

Changelog

  • 69a58bb Update AUTHORS.txt
  • 2d3d6ab Fix wrap around on out of order packet

v0.1.22

Compare Source

What's Changed

Full Changelog: pion/interceptor@v0.1.21...v0.1.22

v0.1.21

Compare Source

What's Changed

New Contributors

Full Changelog: pion/interceptor@v0.1.20...v0.1.21

v0.1.20

Compare Source

What's Changed

New Contributors

Full Changelog: pion/interceptor@v0.1.19...v0.1.20

v0.1.19

Compare Source

Changelog

  • 47036fc Update module github.com/pion/transport/v2 to v3
pion/rtp (github.com/pion/rtp)

v1.8.2

Compare Source

Changelog

  • bfe92b9 Optimize the performance of H264 packaging
  • 67d2b3e Move pkg into codecs/av1
  • 3fbe548 Update CI configs to v0.10.11
pion/webrtc (github.com/pion/webrtc/v3)

v3.2.21

Compare Source

Changelog

  • 48303e5 Fix DataChannel.handleOpen
prometheus/client_golang (github.com/prometheus/client_golang)

v1.17.0

Compare Source

What's Changed

  • [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #​1325
  • [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #​1313
  • [ENHANCEMENT] Enable detection of a native histogram without observations. #​1314
Commits

New Contributors

Full Changelog: prometheus/client_golang@v1.16.0...v1.17.0

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.3

Compare Source

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Compare Source

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

urfave/cli (github.com/urfave/cli/v2)

v2.25.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.6...v2.25.7

v2.25.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.5...v2.25.6

v2.25.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.4...v2.25.5

v2.25.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.3...v2.25.4

v2.25.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.2...v2.25.3

v2.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.1...v2.25.2

yutopp/go-flv (github.com/yutopp/go-flv)

v0.3.1

Compare Source

What's Changed

Full Changelog: yutopp/go-flv@v0.3.0...v0.3.1

v0.3.0

Compare Source

grpc/grpc-go (google.golang.org/grpc)

v1.59.0: Release 1.59.0

Compare Source

Behavior Changes

  • balancer: grpc will switch to case-sensitive balancer names soon; log a warning if a capital letter is encountered in an LB policy name (#​6647)
  • server: allow applications to send arbitrary data in the grpc-status-details-bin trailer (#​6662)
  • client: validate grpc-status-details-bin trailer and pass through the trailer to the application directly (#​6662)

New Features

  • tap (experimental): Add Header metadata to tap handler (#​6652)
  • grpc: channel idleness enabled by default with an idle_timeout of 30m (#​6585)

Documentation

  • examples: add an example of flow control behavior (#​6648)

Bug Fixes

  • xds: fix hash policy header to skip "-bin" headers and read content-type header as expected (#​6609)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/go-deps branch from 2f2abc1 to 77e15ff Compare March 5, 2023 02:46
@renovate renovate bot changed the title Update module github.com/pion/webrtc/v3 to v3.1.57 Update go deps Mar 5, 2023
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 49f3056 to 24412f4 Compare March 14, 2023 10:46
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 84d2c4e to 7231b86 Compare March 17, 2023 21:10
@renovate renovate bot changed the title Update go deps Update module github.com/urfave/cli/v2 to v2.25.0 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/go-deps branch from 7231b86 to 2c08a7b Compare March 22, 2023 23:44
@renovate renovate bot changed the title Update module github.com/urfave/cli/v2 to v2.25.0 Update module github.com/urfave/cli/v2 to v2.25.1 Mar 26, 2023
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from fe433ac to e71ede8 Compare March 30, 2023 03:48
@renovate renovate bot changed the title Update module github.com/urfave/cli/v2 to v2.25.1 Update go deps Mar 30, 2023
@renovate renovate bot changed the title Update go deps Update module github.com/urfave/cli/v2 to v2.25.1 Apr 7, 2023
@renovate renovate bot changed the title Update module github.com/urfave/cli/v2 to v2.25.1 Update go deps Apr 13, 2023
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from 7a7f9c7 to 953ba86 Compare April 17, 2023 04:16
@renovate renovate bot force-pushed the renovate/go-deps branch 4 times, most recently from 9a12a86 to 69d99ab Compare April 26, 2023 20:51
@renovate renovate bot force-pushed the renovate/go-deps branch 7 times, most recently from b86fde1 to 83ab2fd Compare May 4, 2023 21:50
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from f006ef2 to 1453611 Compare May 11, 2023 23:23
@renovate renovate bot force-pushed the renovate/go-deps branch 7 times, most recently from 8383a8a to 2691648 Compare September 9, 2023 00:46
@renovate renovate bot force-pushed the renovate/go-deps branch 2 times, most recently from bc27f45 to 7e97bcc Compare September 14, 2023 18:11
@renovate renovate bot force-pushed the renovate/go-deps branch 5 times, most recently from dba3bbe to 3b3a86f Compare September 27, 2023 14:08
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 29bcfd8 to e91cbbd Compare October 5, 2023 15:05
@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 6e8154b to 97e904e Compare October 13, 2023 13:45
@renovate renovate bot force-pushed the renovate/go-deps branch 5 times, most recently from 019b455 to dbdd9b8 Compare October 19, 2023 00:44
Generated by renovateBot
@renovate renovate bot force-pushed the renovate/go-deps branch from dbdd9b8 to a951df6 Compare October 26, 2023 15:04
@biglittlebigben biglittlebigben merged commit cca7bbe into main Oct 26, 2023
2 checks passed
@biglittlebigben biglittlebigben deleted the renovate/go-deps branch October 26, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant